home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineButton2_2292 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  180 b   |  13 lines

  1. on(release){
  2.    if(_root.stage == 1)
  3.    {
  4.       stopAllSounds();
  5.       _root.gotoAndStop("Menu");
  6.    }
  7.    else
  8.    {
  9.       stopAllSounds();
  10.       gotoAndPlay(1);
  11.    }
  12. }
  13.